testsuite: Fix swapped params in notify test
authorAlexander Mikhaylenko <alexm@gnome.org>
Fri, 24 Apr 2020 18:50:43 +0000 (23:50 +0500)
committerAlexander Mikhaylenko <alexm@gnome.org>
Fri, 24 Apr 2020 18:54:07 +0000 (23:54 +0500)
The expected and counted params are swapped in literally every call, so
swapping the params to match them.

testsuite/gtk/notify.c

index 1c37c8cc6660d7dafca658fc42b930aa027e2fc7..62c22f292087f3965844ab168da7bebbb2aad0b3 100644 (file)
@@ -26,8 +26,8 @@
 static void
 assert_notifies (GObject    *object,
                  const char *property,
-                 guint       expected,
-                 guint       counted)
+                 guint       counted,
+                 guint       expected)
 {
   if (expected == counted)
     return;